[INFO] fetching crate secret_integers 0.1.7...
[INFO] testing secret_integers-0.1.7 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate secret_integers 0.1.7 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate secret_integers 0.1.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate secret_integers 0.1.7
[INFO] tweaked toml for crates.io crate secret_integers 0.1.7 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secret_integers 0.1.7 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate secret_integers 0.1.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 970ec4d9f8be62e67304b273c51be32b7eff1c777f2da57303e6967613489fb3
[INFO] running `Command { std: "docker" "start" "-a" "970ec4d9f8be62e67304b273c51be32b7eff1c777f2da57303e6967613489fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "970ec4d9f8be62e67304b273c51be32b7eff1c777f2da57303e6967613489fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "970ec4d9f8be62e67304b273c51be32b7eff1c777f2da57303e6967613489fb3", kill_on_drop: false }`
[INFO] [stdout] 970ec4d9f8be62e67304b273c51be32b7eff1c777f2da57303e6967613489fb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4d2cd414a5b4ad5527ac03973fedf3eeab007c0c55e1180eceb5fc59b823d2c
[INFO] running `Command { std: "docker" "start" "-a" "b4d2cd414a5b4ad5527ac03973fedf3eeab007c0c55e1180eceb5fc59b823d2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling secret_integers v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "b4d2cd414a5b4ad5527ac03973fedf3eeab007c0c55e1180eceb5fc59b823d2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4d2cd414a5b4ad5527ac03973fedf3eeab007c0c55e1180eceb5fc59b823d2c", kill_on_drop: false }`
[INFO] [stdout] b4d2cd414a5b4ad5527ac03973fedf3eeab007c0c55e1180eceb5fc59b823d2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7c63b1eb29549a201d819428fc519b56cecccb78b3f24aa1d64ebcd5b0eb122
[INFO] running `Command { std: "docker" "start" "-a" "e7c63b1eb29549a201d819428fc519b56cecccb78b3f24aa1d64ebcd5b0eb122", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling secret_integers v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     U8::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let _ = U8::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     U16::from(1234u16);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let _ = U16::from(1234u16);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     U32::from(123456u32);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _ = U32::from(123456u32);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     U64::from(123456u64);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let _ = U64::from(123456u64);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     U128::from(123456u128);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let _ = U128::from(123456u128);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     U8::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _ = U8::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     U16::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let _ = U16::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     U32::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let _ = U32::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     U64::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _ = U64::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     U128::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let _ = U128::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     I8::from(123i8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let _ = I8::from(123i8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     I16::from(1234i16);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let _ = I16::from(1234i16);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     I32::from(123456i32);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let _ = I32::from(123456i32);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     I64::from(123456i64);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let _ = I64::from(123456i64);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     I128::from(123456i128);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let _ = I128::from(123456i128);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stdout]     | ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stdout]     | --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          u128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     |   ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         u128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          u128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i8::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i8::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i8::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i16::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i16::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i16::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i32::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i32::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i32::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i64::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i64::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i64::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 213 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout] 224 +                          i128::to_ne_bytes(int.to_le())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout] 239 +                         i128::from_ne_bytes(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stdout]     | ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: replace this with
[INFO] [stdout]     |
[INFO] [stdout] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout] 250 +                          i128::to_ne_bytes(int.to_be())
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "e7c63b1eb29549a201d819428fc519b56cecccb78b3f24aa1d64ebcd5b0eb122", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7c63b1eb29549a201d819428fc519b56cecccb78b3f24aa1d64ebcd5b0eb122", kill_on_drop: false }`
[INFO] [stdout] e7c63b1eb29549a201d819428fc519b56cecccb78b3f24aa1d64ebcd5b0eb122
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c1c43479263d1308c595a821e9320c3c62b7661f08f305aa741820ce1158bf2e
[INFO] running `Command { std: "docker" "start" "-a" "c1c43479263d1308c595a821e9320c3c62b7661f08f305aa741820ce1158bf2e", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stderr]     |   ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         u8::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stderr]     | ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          u8::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stderr]     |   ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         u8::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[INFO] [stderr]     | ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          u8::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         u16::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          u16::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         u16::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          u16::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         u32::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          u32::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         u32::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          u32::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         u64::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          u64::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stderr]     |   --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         u64::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[INFO] [stderr]     | --------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          u64::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stderr]     |   ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         u128::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stderr]     | ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          u128::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stderr]     |   ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         u128::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[INFO] [stderr]     | ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          u128::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stderr]     |   ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         i8::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          i8::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 461 |   define_secret_signed_integer!(I8, i8, 8);
[INFO] [stderr]     |   ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         i8::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 461 | define_secret_signed_integer!(I8, i8, 8);
[INFO] [stderr]     | ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          i8::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         i16::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          i16::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 462 |   define_secret_signed_integer!(I16, i16, 16);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         i16::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 462 | define_secret_signed_integer!(I16, i16, 16);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          i16::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         i32::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          i32::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 463 |   define_secret_signed_integer!(I32, i32, 32);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         i32::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 463 | define_secret_signed_integer!(I32, i32, 32);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          i32::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         i64::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          i64::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 464 |   define_secret_signed_integer!(I64, i64, 64);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         i64::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 464 | define_secret_signed_integer!(I64, i64, 64);
[INFO] [stderr]     | ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          i64::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:213:25
[INFO] [stderr]     |
[INFO] [stderr] 213 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 214 | |                             chunk_raw
[INFO] [stderr] 215 | |                         ).to_le()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stderr]     |   ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 213 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 213 +                         i128::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stderr]     | ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 224 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stderr] 224 +                          i128::to_ne_bytes(int.to_le())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 | /                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 240 | |                             chunk_raw
[INFO] [stderr] 241 | |                         ).to_be()
[INFO] [stderr]     | |_________________________^
[INFO] [stderr] ...
[INFO] [stderr] 465 |   define_secret_signed_integer!(I128, i128, 128);
[INFO] [stderr]     |   ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 239 -                         core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stderr] 239 +                         i128::from_ne_bytes(
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:250:26
[INFO] [stderr]     |
[INFO] [stderr] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 465 | define_secret_signed_integer!(I128, i128, 128);
[INFO] [stderr]     | ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: replace this with
[INFO] [stderr]     |
[INFO] [stderr] 250 -                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stderr] 250 +                          i128::to_ne_bytes(int.to_be())
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `secret_integers` (lib) generated 40 warnings (run `cargo fix --lib -p secret_integers` to apply 40 suggestions)
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     U8::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let _ = U8::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     U16::from(1234u16);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let _ = U16::from(1234u16);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     U32::from(123456u32);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let _ = U32::from(123456u32);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 |     U64::from(123456u64);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 14 |     let _ = U64::from(123456u64);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     U128::from(123456u128);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 15 |     let _ = U128::from(123456u128);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     U8::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let _ = U8::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 |     U16::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let _ = U16::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 |     U32::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 19 |     let _ = U32::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 |     U64::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let _ = U64::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     U128::from(123u8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 21 |     let _ = U128::from(123u8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 |     I8::from(123i8);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let _ = I8::from(123i8);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     I16::from(1234i16);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 30 |     let _ = I16::from(1234i16);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 31 |     I32::from(123456i32);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let _ = I32::from(123456i32);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     I64::from(123456i64);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 32 |     let _ = I64::from(123456i64);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `from` that must be used
[INFO] [stderr]   --> tests/test_conversion.rs:33:5
[INFO] [stderr]    |
[INFO] [stderr] 33 |     I128::from(123456i128);
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 33 |     let _ = I128::from(123456i128);
[INFO] [stderr]    |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `secret_integers` (test "test_conversion") generated 15 warnings
[INFO] [stderr] warning: `secret_integers` (lib test) generated 40 warnings (40 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secret_integers-300381513416f3c6)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_conversion.rs (/opt/rustwide/target/debug/deps/test_conversion-60a73ed7aeac3197)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_from_public ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_ct.rs (/opt/rustwide/target/debug/deps/test_ct-406a299b58d51190)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test tests_u128::test_comp_gte_ok ... ok
[INFO] [stdout] test tests_u128::test_comp_neq_fail ... ok
[INFO] [stdout] test tests_u128::test_comp_eq_fail ... ok
[INFO] [stdout] test test_eq ... ok
[INFO] [stdout] test tests_u32::test_comp_eq_fail ... ok
[INFO] [stdout] test tests_u128::test_comp_eq_ok ... ok
[INFO] [stdout] test tests_u128::test_comp_neq_ok ... ok
[INFO] [stdout] test tests_u128::test_comp_gte_fail ... ok
[INFO] [stdout] test tests_u32::test_comp_gte_fail ... ok
[INFO] [stdout] test tests_u32::test_comp_gte_ok ... ok
[INFO] [stdout] test tests_u64::test_comp_eq_fail ... ok
[INFO] [stdout] test tests_u64::test_comp_eq_ok ... ok
[INFO] [stdout] test tests_u32::test_comp_neq_ok ... ok
[INFO] [stdout] test tests_u32::test_comp_neq_fail ... ok
[INFO] [stdout] test tests_u64::test_comp_gte_ok ... ok
[INFO] [stdout] test tests_u64::test_comp_neq_fail ... ok
[INFO] [stdout] test tests_u8::test_comp_eq_fail ... ok
[INFO] [stdout] test tests_u64::test_comp_neq_ok ... ok
[INFO] [stdout] test tests_u64::test_comp_gte_fail ... ok
[INFO] [stdout] test tests_u8::test_comp_neq_fail ... ok
[INFO] [stdout] test tests_u8::test_comp_gte_ok ... ok
[INFO] [stdout] test tests_u8::test_comp_neq_ok ... ok
[INFO] [stdout] test tests_u8::test_comp_gte_fail ... ok
[INFO] [stdout] test tests_u8::test_comp_eq_ok ... ok
[INFO] [stderr]    Doc-tests secret_integers
[INFO] [stdout] test tests_u32::test_comp_eq_ok ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - (line 56) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 27) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 38) ... ok
[INFO] [stdout] test src/lib.rs - (line 63) ... ok
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c1c43479263d1308c595a821e9320c3c62b7661f08f305aa741820ce1158bf2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1c43479263d1308c595a821e9320c3c62b7661f08f305aa741820ce1158bf2e", kill_on_drop: false }`
[INFO] [stdout] c1c43479263d1308c595a821e9320c3c62b7661f08f305aa741820ce1158bf2e
